home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / jlib_0-6 / betajlib / changes.txt next >
Encoding:
Text File  |  1995-04-04  |  1.2 KB  |  26 lines

  1. Changes since 0.5
  2. =================
  3.  
  4. +  screen functs implemented as buffer functs - this has slowed screen ops,
  5.     but the library is now heaps smaller.
  6. +  more buffer functions avail.
  7. +  new assembly copy routines.  - significant sprite speedup!
  8. +  save/rest line functions removed.
  9. +  _blast routine parameters swapped (src & dest).
  10. +  the x size of a buffer must now be a multiple of 4.
  11. +  screen_blit_buffer now called screen_blit_buff..
  12. +  all blits covered by 3 functions.
  13. +  clipping rectangle function added.
  14. +  palette fades now work using ratios - much smoother.
  15. +  lots of functions inlined to improve performance.
  16. +  LIBDEBUG is undef'd properly to avoid errors during debugging.
  17. +  new functions buff_blit_img_to / screen_blit_img_to for displaying images.
  18. +  demos commented more, simplified and cleaned up.
  19. +  added new function sprite_do_intersect to see if two sprites collide.
  20. +  utes programs updated to remove most warnings and simplify.
  21. +  ellipse and circle NC functions added.
  22. +  sprgrab and spr_edit now tell you when they saves stuff out.
  23. +  demo 5 replaced with a much cooler sprite demo.
  24. +  The whole library compiles without a single warning with all warnings
  25.    turned on (see options.txt for the warnings that are set).
  26.